From: David Reitter Date: Sat, 21 Mar 2009 13:01:44 +0000 (+0000) Subject: (all): Use existing `ns' rather than new `nextstep' group for variables affected... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1138 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5807bd1e08bafd9cca7ea7f566114f74fc299d7c;p=emacs.git (all): Use existing `ns' rather than new `nextstep' group for variables affected by last two changes. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8f444799ae7..10b352f0e46 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -250,25 +250,25 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (dos-unsupported-char-glyph display integer) ;; nsterm.m (ns-control-modifier - nextstep + ns (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-command-modifier - nextstep + ns (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-alternate-modifier - nextstep + ns (choice (const :tag "No modifier (work as alternate/option)" none) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-function-modifier - nextstep + ns (choice (const :tag "No modifier (work as function)" none) (const control) (const meta) (const alt) (const hyper)